home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_game / lod511p.zip / DPMI_AUD.BAT < prev    next >
DOS Batch File  |  1995-10-21  |  586b  |  15 lines

  1. @echo off
  2.  
  3. rem This batch file demonstrates the use of MOD music under DPMI mode.
  4.  
  5. rem Load the DPMI version. IRQ and DMA numbers must be specified!
  6. rem The defaults are for a SoundBlaster-16 at irq=5, dma=1, and base=220
  7.  
  8. game_dpm /l /audiosb16 /irq5 /dma1 /base220 /ega
  9.  
  10. rem             ^        ^     ^    ^-Specify your sound card's base address
  11. rem             :        :     :------Set your sound cards DMA level here
  12. rem             :        :------------And put the sound card IRQ here
  13. rem             ----------------------Change driver to match your sound card
  14.  
  15.